(emacs-version): Check for `gtk' feature before `x-toolkit' feature.
authorJohn Paul Wallington <jpw@pobox.com>
Thu, 13 May 2004 13:00:02 +0000 (13:00 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Thu, 13 May 2004 13:00:02 +0000 (13:00 +0000)
lisp/version.el

index 42dbb3f9c2565e7a22e9d0a18ebf436f77207d99..d489eeea02ea15233677680aeec17cd5d55dd264 100644 (file)
@@ -61,9 +61,9 @@ to the system configuration; look at `system-configuration' instead."
                 system-configuration
                 (cond ((featurep 'motif)
                        (concat ", " (substring motif-version-string 4)))
-                      ((featurep 'x-toolkit) ", X toolkit")
                       ((featurep 'gtk)
                        (concat ", GTK+ Version " gtk-version-string))
+                      ((featurep 'x-toolkit) ", X toolkit")
                       (t ""))
                 (if (and (boundp 'x-toolkit-scroll-bars)
                          (memq x-toolkit-scroll-bars '(xaw xaw3d)))